body {
    background-color:#f1f1f1;
/*    background: url(http://www.sgkreddy.com/img/content/bg.jpg);*/
    background-repeat:no-repeat;
    background-position:center;
    /*background-size:1366px 768px;*/
    background-size:cover;
    font-family: georgia,sans-serif;
    color:#333;
    margin:0;
    padding:0;
}

#wrapper {
    width:960px;
    background-color:#f8f8f8;
    margin:0 auto;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

#header {
    width:960px;
    height:240px;
    margin:0 auto;
    margin-bottom:25px;
    border-bottom:1px solid #ccc;
    border-top:1px solid #ccc;
}

#header h2 {
    padding:10px;
}

#header h3 {
    padding:10px;
}

#nav {
    width:960px;
    height:40px;
    border-bottom:1px solid #ccc;
}

#nav a {
    display:inline;
    padding:10px;
    text-decoration:none;
    background-color:#f1f1f1;
}

#nav a:hover {
    background-color:#bababa;
    height:80px;
}

#content {
    width:675px;
    float:left;
    padding:10px;
}

#sidebar {
    width:200px;
    float:right;
    margin-bottom:25px;
}
#table {
table-layout:fixed;
width:100%;
overflow:hidden;
border:1px solid #f00;

}

#sidebar a {
    text-decoration:none;
}

#sidebar li {
    list-style:none;
}

#footer {
    clear:both;
    width:960px;
    height:135px;
    border-top:1px solid #ccc;
}

#footer p {
    padding:10px;
}
.floater { 
    background: #eee; 
    position: absolute; 
    top: 276px; 
    left: 70px; 
    padding: 20px; 
    width: 100px 
}